var runtime.godebugNewIncNonDefault

3 uses

	runtime (current package)
		runtime.go#L72: var godebugNewIncNonDefault atomic.Pointer[func(string) func()]
		runtime.go#L86: 	godebugNewIncNonDefault.Store(p)
		runtime.go#L100: 		newInc := godebugNewIncNonDefault.Load()